home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / define_include_dirs < prev    next >
Text File  |  2001-04-06  |  439b  |  18 lines

  1. SYNOPSIS
  2.         string *define_include_dirs(void)
  3.  
  4. DESCRIPTION
  5.         Return an array of string patterns giving the absolut paths
  6.         where to search an include file. The patterns have to have a
  7.         %s at the place where the name given in the #include statement
  8.         has to be inserted.
  9.  
  10. EXAMPLE
  11.         define_include_dirs() { return ({ "sys/%s", "lib/%s" }); }
  12.  
  13. HISTORY
  14.         Dropped in 3.2.1.
  15.  
  16. SEE ALSO
  17.         master(M)
  18.